@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    margin: 0;
}

ul,
li,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

.lrean_more {
    text-align: center;
    margin-top: 40px;
}

.lrean_more a {
    transition: all .5s;
    display: inline-block;
    line-height: 2.4rem;
    padding: 0 3rem;
    border: 1px solid #999;
    color: #999;
}

.lrean_more a:hover {
    background: #0295e0;
    color: #fff;
    border-color: #0295e0;
}

.margin-0 {
    margin: 0 !important;
}

/* 左浮动 */

.left {
    float: left;
}


.eee {
    background: #f9f9f9;
}

.blue {
    background: #0295e0;
    color: #fff;
}

/* anton-regular   Open Font License*/
@font-face {
    font-family: 'Anton';
    font-style: normal;
    font-weight: regular;
    src: url('//lib.baomitu.com/fonts/anton/anton-regular.eot');
    /* IE9 Compat Modes */
    src: local('Anton'), local('Anton-Normal'),
    url('//lib.baomitu.com/fonts/anton/anton-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */ url('//lib.baomitu.com/fonts/anton/anton-regular.woff2') format('woff2'),
        /* Super Modern Browsers */ url('//lib.baomitu.com/fonts/anton/anton-regular.woff') format('woff'),
        /* Modern Browsers */ url('//lib.baomitu.com/fonts/anton/anton-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */ url('//lib.baomitu.com/fonts/anton/anton-regular.svg#Anton') format('svg');
    /* Legacy iOS */
}

.font {
    font-family: "Anton"
}

/* 右浮动 */

.right {
    float: right;
}

img {
    max-width: 100%;
}

/* 清除浮动 */

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.partition {
    display: block;
    width: 100%;
    height: 2vw;
    background: #eee;
}


.title {
    text-align: center;
    padding: 4rem;
}

.title h3 {
    font-size: 2.4rem;
    height: 3rem;
    display: inline-block;
    position: relative;
}

.title h3::before {
    content: '';
    display: block;
    width: 60px;
    height: 100%;
    background: url(../images/title_zhuangshi.png) no-repeat center center;
    background-size: 60%;
    position: absolute;
    left: -70px;
    top: 0;
}

.title h3::after {
    content: '';
    display: block;
    width: 60px;
    height: 100%;
    background: url(../images/title_zhuangshi.png) no-repeat center center;
    background-size: 60%;
    position: absolute;
    right: -70px;
    top: 0;
}

.title p::before {
    content: '';
    display: block;
    margin: 1rem auto;
    width: 8rem;
    height: 3px;
    background: rgba(0, 0, 0, .1);
}

.title p {
    color: #999;
    font-size: 1.2rem;
}

.fff_title h3 {
    color: #fff;
}

.fff_title p {
    color: #fff;
    opacity: .8;
    background: #000;
    margin: 0;
    line-height: 3rem;
}

.fff_title p::before {
    display: none;
}

:root {
    --main-color: #0295e0;
    
}
body{
    font-family:Arial, Helvetica, sans-serif,"微软雅黑 light","微软雅黑";
}

/* 页头 */
header {
    background: #fff;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    /* transition: all .1s; */
}

.header_flexd {
    padding-bottom: 52px;
}

header .header_top {
    background: #f9f9f9;
    color: #999;
    line-height: 2.4rem;
}

header .header_top a {
    color: #666;
}

header .header_top a:not(:last-child) {
    margin-right: 10px;
}

header .header_logo {
    padding: 20px;
}

header .header_logo .logo {
    height: 54px;
}

header .header_logo div img {
    height: 48px;
    margin-right: 10px;
}

header .header_logo div h4 {
    color: #0295e0;
    margin: 0;
    font-size: 1.26rem;
}

.header_nav {
    /* transition: all .5s; */
    border-top: 1px solid #eee;
    background: #fff;
}

.header_nav_active {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-top: 0px solid #eee;
}

.header_nav li {
    list-style: none;
    position: relative;
    width: calc((100% / 7) - .5px);
    text-align: center;
    line-height: 3rem;
}

.header_nav li::before {
    content: '';
    display: block;
    width: 1px;
    height: 60%;
    background: rgba(0, 0, 0, .1);
    position: absolute;
    left: 0;
    top: 20%;
}

.header_nav li:last-child::after {
    content: '';
    display: block;
    width: 1px;
    height: 60%;
    background: rgba(0, 0, 0, .1);
    position: absolute;
    right: 0;
    top: 20%;
}

.header_nav li a {
    color: #666;
    display: block;
    border-bottom: 3px solid rgba(0, 0, 0, 0);
}

/* .header_nav li a:hover{
    color: #0295e0;
} */
.header_nav li .active {
    font-weight: 600;
    color: #fff;
    /* border-top: 3px solid #0295e0; */
    background: #0295e0;
}

.search_box {
    background: #eee;
    padding: 20px;
    color: #666;
}

.search_box img {
    height: 45px;
    margin-right: 10px;
}

.search_box h4 {
    font-weight: 600;
    color: #0295e0;
}

.search_box form {
    text-align: right;
}

.search_box input {
    line-height: 2rem;
    height: 2rem;
    border: 1px solid #0295e0;
}

.search_box input[type='text'] {
    width: 320px;
    padding: 0 10px;
}

.search_box input[type='submit'] {
    border: 1px solid #0295e0;
    background: #0295e0;
    color: #fff;
    padding: 0 20px;
    margin-bottom: 5px;
}

.rec_product {
    margin-top: 40px;
}

.rec_product .rec_cate {
    background: #0295e0;
    border-radius: 10px 10px 0 0;
    /*margin-bottom: 10px;*/
}

.rec_product .rec_cate_title {
    text-align: center;
    color: #fff;
    margin: 30px 0;
}

.rec_product .rec_list {
    background: #fff;
    padding: 10px 15px;
    min-height: 380px;
    overflow-y: auto;
}

.rec_product .rec_list li {
    list-style: none;
    line-height: 2.5rem;
    padding-left: 20px;
    overflow: hidden;
    position: relative;
}

.rec_product .rec_list li a {
    color: #666;
    display: block;
}

.rec_product .rec_list li a:hover {
    color: #0295e0;
}

.rec_product .rec_list li:not(:last-child) {
    border-bottom: 1px dashed #999;
}

.rec_product .rec_list li::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #999;
    position: absolute;
    left: -6px;
    top: calc(1rem - 5px);
    transform: rotate(45deg);
}

.rec_product .rec_list li:hover::before {
    background: #0295e0;
}

.rec_product .rec_cate img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.rec_product .rec_pro_title img {
    display: block;
    margin-right: 20px;
    height: 24px;
}

.rec_product .rec_pro_title h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #0295e0;
}

.rec_product .rec_pro_title a {
    color: #666;
}

.rec_product .rec_pro_title {
    padding-bottom: 10px;
    border-bottom: 2px solid #0295e0;
    padding-top: 5px;
}

.rec_product .rec_pro_list li {
    width: calc((100% / 3) - 12px);
    list-style: none;
    border: 1px solid #eee;
    margin: 25px 0 0 0;
    text-align: center;
    line-height: 3rem;
    font-size: 1rem;
    background: #f9f9f9;
    overflow: hidden;
}

.rec_product .rec_pro_list li a {
    color: #666;
}

.rec_product .rec_pro_list li a:hover {
    color: #0295e0
}

.rec_product .rec_pro_list li:not(:nth-child(3n)) {
    margin-right: 18px;
}

.rec_product .rec_pro_list li img {
    transition: all .5s;
}

.rec_product .rec_pro_list li:hover img {
    transform: scale(1.05);
}

.rec_product .rec_pro_list li .rec_pro_act a {
    display: inline-block;
    background: #0d90c3;
    color: #fff;
    margin: 10px 5px;
    padding: 0 20px;
    font-size: .8rem;
    line-height: 2rem;
}

.rec_product .rec_pro_list li .rec_pro_act a:first-child {
    background: #dddddd;
    color: #999999;
}

.hengfu {
    text-align: center;
}

.advantage {
    /* margin-top: 30px; */
    padding: 60px 0;
}

.advantage .container {
    max-width: 1200px;
}

.advantage ul li img {
    width: 100%;
}

.advantage ul li {
    transition: all .5s;
    list-style: none;
    width: calc(100% / 5 - 14px);
    background: #eee;
    padding: 10px;
}

.advantage ul li:not(:last-child) {
    margin-right: 17.5px;
}

.advantage ul li p {
    opacity: .8;
	font-size: 14px;
line-height: 25px;
padding:0 10px
}

.advantage ul .active {
    background: #0295e0;
    color: #fff;
}

.advantage ul li h3 {
font-size: 1.2rem;
line-height: 3rem;
margin-top: 10px;
text-align: center;
}


.Qualification {
    padding: 60px 0;
}

._title {
    text-align: center;
}

._title h3 {
    display: inline-block;
    margin-bottom: 10px;
	font-weight:bold;
}

._title > div:first-child img {
    width: 50px;
    margin-top: -16px;
}

.Qualification .swiper-container {
    margin-top: 40px;
}

.Qualification .swiper-slide {
    background: #fff;
    padding: 10px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.Qualification .swiper-slide a {
    color: #666;
    line-height: 2rem;
}

.Qualification .swiper-slide a p {
    margin: 0;
	margin-top:10px;
	line-height: 35px;
font-size: 15px;
}

.Qualification .swiper-slide a:hover {
    color: #0295e0;
}

.whyme {
    padding: 1px;
    background: url('../images/whymebg.png') no-repeat center center #0295e0;
    background-size: cover;
}

.whyme .whyme_title h3 {
    margin: auto;
    text-align: center;
    margin: 80px 0;
    position: relative;
	font-weight:bold;
	font-size: 1.75rem;
}

.whyme .whyme_title h3::after {
    content: '';
    display: block;
    width: 10%;
    height: 3px;
    background: rgba(255, 255, 255, .5);
    margin: auto;
    margin-top: 30px;
}

.whyme .container {
    padding: 0 40px;
    position: relative;
}

.whyme .container .col-lg-5 {
    margin-bottom: 50px;
}

.whyme .container .col-lg-5 span {
   margin: 5px 0 15px;
    opacity: .8;
    display: block;
}
.whyme .container .col-lg-5 p{ text-indent:2em;font-size: 1rem;
line-height: 28px;}
.whyme .container .col-lg-5 h4{ font-weight:bold;}
.whyme .container img {
    width: 100%;
}

.whyme .geduan {
    width: 2px;
    height: 90%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
}

.whyme .geduan em {
    display: block;
    width: 20px;
    height: 20px;
    background: url('../images/geduan.png') no-repeat 100% 100%;
    position: absolute;
}

.whyme .geduan em:nth-child(1) {

    left: -10px;
    top: 16%;
}

.whyme .geduan em:nth-child(2) {
    transform: rotate(180deg);
    left: -10px;
    top: 50%;
}

.whyme .geduan em:nth-child(3) {

    left: -10px;
    top: 86%;
}

.about {
    padding: 60px 0;
}

.about_msg {
    background: #f9f9f9;
    padding: 30px 0;
    margin: 30px 0;
}

.about_msg iframe {
    width: 100%;
    height: 17rem;
}

.about_msg em {
    font-style: normal;
    color: #0295e0;
}

.about_msg h3 {
    margin: 0 0 20px 0;
	font-size: 1.5rem;
}

.about_msg a {
background: #eee;
line-height: 2rem;
display: inline-block;
padding: .3rem 1.3rem;
color: #666;
transition: all .5s;
margin-top: 18px;
margin-right: 10px;

}

.about_msg a:hover {
    background: #0295e0;
    color: #fff;
}

.about_msg .active {
    background: #0295e0;
    color: #fff;
}

.about_msg p {
    color: #999;
	font-size:15px; line-height:26px;
	text-indent:2em
}

.new_center {
    padding: 60px 0;
}

.news_content {
    margin-top:20px;
    padding: 20px;
}

.news_content .news_content_title li {
    list-style: none;
    margin-right: 10px;
    padding-right: 10px;
    cursor: pointer;
}

.news_content .news_content_title li:not(:last-child) {
    border-right: 1px solid #666;
}

.news_content .news_content_title li:first-child {
    border: 0
}

.news_content .active h4 {
    font-weight: 600;
    color: #0295e0;
}

.news_content h4 {
    font-size: 1.2rem;
}

.new_content_panle ul {
    display: none;
}

.new_content_panle .new_content_panle_active {
    display: block;
}

.news_content_title {
    padding-bottom: 10px;
    border-bottom: 3px solid #f6f6f6;
}

.news_content_title img {
    height: 1.4rem;
}

.new_content_panle ul li {
    line-height: 45px;
    border: 0;
    color: #999;
	font-size:15px;
}

.new_content_panle ul li a {
    color: #666;
    display: block;
}

.new_content_panle ul li a:hover {
    color: #0295e0;
}

.new_center .wenti {
    background: #fff;
}

.new_center .wenti_title {
    padding-bottom: 10px;
    border-bottom: 3px solid #f6f6f6;
}

.new_center .wenti_title img {
    /* height: 1.4rem; */
    margin-right: 10px;
}

.new_center .wenti_content img {
    width: 100%;
    margin-top: 10px;
}

.new_center .wenti li {
list-style: none;
line-height: 45px;
border-bottom: 1px dashed #c5c5c5;
font-size: 15px;
}

.new_center .wenti li a {
    color: #666;
}

.f_link {
    padding: 20px 0;
}

.f_link h4 {
    margin-bottom: 10px;
}

.f_link li {
    display: inline-block;
    margin-right: 20px;
}


footer {
    background: #333;
    padding: 20px 0 40px 0;
    color: #fff;
}

footer .qrcode {
    text-align: center;
    background: #292929;
}

footer .qrcode span {
    line-height: 3rem;
    opacity: .5;
}

footer .logo_f {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 3px solid rgba(255, 255, 255, .1);
}

footer .logo_f img {
    height: 54px;
}

footer li {
    list-style: none;
}

footer li a {
    color: #fff;
    opacity: .8;
	font-size:14px;
}

footer li a:hover {
    color: #fff;
    opacity: 1;
}

footer h5 {
    position: relative;
}

footer h5::after {
    content: '';
    display: block;
    width: 80%;
    height: 3px;
    background: rgba(255, 255, 255, .1);
    margin: 10px 0;
}

footer h5::before {
    content: '';
    display: block;
    width: 30%;
    height: 3px;
    background: rgba(255, 255, 255, .8);
    margin: 10px 0;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.copyright {
    padding: 10px 0;
    line-height: 2rem;
    background: #262626;
    color: #666;
}

.copyright a {
    color: #666;
}
.copyright .p-0{ font-size:14px;}
.huanjing .swiper-slide a {
    color: #666;
    line-height: 2rem;
}
.huanjing .swiper-slide a p{ line-height: 45px;
font-size: 15px;
padding-top: 0;
text-align: center;
background: #F9F9F9;}
.Crumbs {
    line-height: 3rem;
    background: #f5f5f5;
    color: #666;
}

.Crumbs h4 {
    font-size: 1.1rem;
    line-height: 3rem;
    color: #666;
}

.Crumbs li {
    list-style: none;
}

.Crumbs a {
    color: #666;
}

.Crumbs a:hover {
    color: #666;
}


.cate_ li {
    margin-right: 10px;
}


.cate_ li a {
    display: block;
    padding: 3px 20px;
    border: 1px solid #999;
    margin-top: 10px;
    color: #999;
}

.cate_ li a:hover {
    color: #0295e0;
    border-color: #0295e0;
}

.cate_ li .active {
    border-color: #0295e0;
    background: #0295e0;
    color: #fff;
}

#mainer {
    margin-top: 40px;
}

.list_main_box{ padding:0 30px}
#slide h4 {
    background: #0295e0;
    color: #fff;
    font-size: 1.4rem;
    line-height: 3.6rem;
    padding: 0 10px;
}

#slide > div {
    margin-bottom: 30px;
    background: #f9f9f9;
    padding: 1px;
}

#slide > div > ul {
    margin: 10px;
}

#slide > div > ul li {
    line-height: 1.8rem;
    /* margin-bottom: 10px; */
    padding: 5px 8px;
    position: relative;
}

#slide > div > ul li:not(:last-child) {
    border-bottom: 1px solid #ece6e6;
}

#slide > div > ul li a {
    display: block;
    color: #666;
	font-size:15px;
}

#slide > div > ul li:hover {
    background: #eee;
}

#slide > div > ul li:hover a {

    color: #0295e0
}

#slide .product_rec > ul li::after {
    content: '>>';
    position: absolute;
    right: .5rem;
    top: .3rem;
    opacity: .6;
}

#slide > div > div {
    padding: 20px;
    padding-bottom: 30px;
	color:#666;
	font-size:15px;
	
}
#slide > div > div p{ font-size:15px;}
#slide > div > div h3 {
    margin-bottom: 20px;
    color: #0295e0;
    font-size: 1.5rem;
}

.prolist hr {
    border: 0;
    height: 3px;
    width: 100%;
    background: #f9f9f9;
}

.prolist .sec_t span {
    opacity: .6;
}

.prolist .sec_t {
    position: relative;
}

.prolist .sec_t::after {
    content: '';
    display: block;
    width: 8rem;
    height: 3px;
    background: #eee;
    margin: 16px 0 10px 0;
}

.prolist .sec_t::before {
    content: '';
    display: block;
    width: 3rem;
    height: 3px;
    background: #999;
    position: absolute;
    left: 0;
    bottom: 0px;
}

.prolist .pro_list_list li > div {
    background: #f9f9f9;
    padding: 10px;
    margin-bottom: 30px;
    transition: all .5s;
    text-align: center;
}

.prolist .pro_list_list li > div h3 {
    color: #666;
    line-height: 3rem;
    font-size: 1rem;
}

.prolist .pro_list_list li > div a {
    color: #666;
}

.prolist .pro_list_list li > div:hover {
    background: #0295e0;
    color: #fff;
}

.prolist .pro_list_list li > div:hover a {
    color: #fff;
}

.prolist .pro_list_list li > div:hover h3 {
    color: #fff;
}

.prolist .pro_list_list li > div .txt a {
    width: 42%;
    display: block;
    line-height: 2rem;
    padding: 0 10px;
    background: #0295e0;
    color: #fff;
    transition: all .3s;
    border: 1px solid rgba(0, 0, 0, 0);
}

.prolist .pro_list_list li > div .txt a:nth-child(1) {
    background: #eee;
    color: #666;
}

.prolist .pro_list_list li > div:hover .txt a:nth-child(1) {
    color: #fff;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
}

.prolist .pro_list_list li > div:hover .txt a:nth-child(2) {
    background: #fff;
    color: #0295e0;
}

.page_list {
    display: inline-block;
    border: 1px solid #eee;
    margin-right: 10px;
}

.page a {
    display: inline-block;
    line-height: 2rem;
    padding: 0 10px;
    background: #f9f9f9;
    color: #666;
}

.page a:hover {
    color: #0295e0;
}

.page a:not(:last-child) {
    border-right: 1px solid #eee;

}

.page_rows {
    display: none;
}

.page .selected {
    background: #0295e0;
    color: #fff;
}


.news_list li {
    margin-bottom: 30px;
    background: #f9f9f9;
    padding: 20px;
    transition: all .3s;
}

.news_list li:hover {
    transform: translateY(-10px);
}

.news_list li a {
    color: #666;
    text-decoration: none;
    display: block;
}

.news_list li a h4 {
    transition: all .3s;
	font-size: 18px;
color: #0295e0;
}

.news_list li a:hover h4 {
    color: #0295e0;
}

.news_list li > a {
    color: #999;
    margin-top: 20px;
    display: block;
    transition: all .3s;
}
.news_list li > a:hover{color: #0295e0;}
.news_list li:hover > a {
    transform: translateX(10px)
}

.news_list li em {
    font-weight:normal;
	color:#999;
}

.news_list li span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
	font-size:15px !important;
}
.guide_info .thd h3{ color:#0295e0; line-height:60px;}
.guide_info .thd font{ color:#999}
.thumb_list li {
    text-align: center;
}
.content_main{ color:#666; line-height:30px; font-size:15px}
.thumb_list h4 {
    font-size: 15px;
    line-height: 3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

.thumb_list a {
    color: #666;
}

.thumb_list a:hover {
    color: #0295e0;
}

section {
    margin-bottom: 60px;
}

.content_msg strong {
    color: #0295e0;
    font-size: 1.5rem;
    margin-bottom: 20px;
    display: block;
    font-weight: normal;
}

.content_msg a {
    color: #333;
}

.content_msg {
    line-height: 2rem;
}
.content_msg li{ color:#666}
.contact_from {
    background: #f9f9f9;
    padding: 30px;
}

.contact_from label {
    margin-bottom: 3px;
}

.contact_from input {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 10px;
    line-height: 2rem;
    height: 2rem;
}

.contact_from input[type='submit'] {
    background: #0295e0;
    color: #fff;
    line-height: 2.2rem;
    height: 2.4rem;
}

.contact_from textarea {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 10px;
    line-height: 2rem;
    /* height: 2rem; */
}

.backdrop h4 {
    margin-bottom: 20px;
    font-size: 1.8rem;
}

.backdrop li {
    background: #eee;
}

.backdrop .cur {
    background: #0295e0
}

.backdrop li a {
    display: block;
    padding: 0 30px;
    line-height: 2.4rem;
}

.backdrop .cur a {
    color: #fff;
}

.backdrop ul {
    border-bottom: 3px solid #0295e0;
    margin-bottom: 30px;
}

.SearchBox .prolist li {
    margin-bottom: 30px;
}

.SearchBox .prolist li h3 a {
    color: #666;
    text-decoration: none;
    font-size: 1.2rem;
    line-height: 3rem;
    display: block;
    text-align: center;
}

.SearchBox .prolist li:hover h3 a {
    color: #0295e0
}

.SearchBox .arclist1 li {
    font-size: 1.2rem;
    line-height: 3rem;
    border-bottom: 1px dashed #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.SearchBox .arclist1 li a {
    color: #666;
}

.SearchBox .arclist1 li a:hover {
    color: #0295e0
}

.SearchBox .arclist1 li:last-child {
    margin-bottom: 30px;
}


.pro_rec_box ol {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.pro_rec_box li {
    width: calc(100% / 4 - 12px);

}
.pro_rec_box li a{ color:#666;}
.pro_rec_box li a span{ color:#999}
.pro_rec_box li:not(:nth-child(4n)) {
    margin-right: 16px;
}

.next_map {
    margin: 30px 0;
}

.hd_ {
    background: #f9f9f9;
    padding: 20px;
}

.zixun {
    display: inline-block;
    background: #0295e0;
    line-height: 2.4rem;
    padding: 0 1.8rem;
    color: #fff;
    margin: 10px 0;
}

.goods_info_box {
    margin-top: 60px;
    background: #f9f9f9;
    padding: 30px;
}

.pro_rec a {
    color: #666;
}

.pro_rec li:hover a {
    color: #0295e0;
}

.content_main iframe {
    width: 100% !important;
    height: 500px !important;
}